home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 20 code / Advanced AOCE Templates / Orbits.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-19  |  423 b   |  22 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        Orbits.h
  3.  
  4.     Contains:    A set of templates to display (and calculate) the orbits of the planets.
  5.  
  6.     Written by:    Harry Chesley
  7.  
  8.     Change History (most recent first):
  9.  
  10.                  6/14/94    hrc        created
  11.  
  12.     To Do:
  13. */
  14.  
  15. #include "Planet.h"
  16.  
  17. // Properties in main aspect:
  18.  
  19. #define kOrbitsTimeProperty            kDETFirstDevProperty
  20. #define kOrbitsNowProperty            kDETFirstDevProperty+1
  21. #define kOrbitsCustomViewProperty    kDETFirstDevProperty+2
  22.